CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - c file read

搜索资源列表

  1. Write_Read_File

    0下载:
  2. C# read/write file operation. Very simple code.
  3. 所属分类:File Operate

    • 发布日期:2017-04-02
    • 文件大小:17662
    • 提供者:evgenik
  1. PeopleManage

    0下载:
  2. 南京航空航天大学C++课程设计,基于dos界面的人事管理系统。可视化界面菜单。显示,添加,删除,查找,排序功能一应俱全。可实现文件读写功能。附说明文档,健壮性良好。密码输入事先可退格操作。特色函数附说明。-Nanjing University of Aeronautics and Astronautics, C++ curriculum design, dos-based personnel management system interface. Visual interface menu.
  3. 所属分类:Applications

    • 发布日期:2017-03-29
    • 文件大小:458808
    • 提供者:潘建东
  1. xlRW

    0下载:
  2. C++直接读取Excel文件数据由于种种原因,有时需要直接进行读取Excel文件数据.独立于MS Office系统,分析Excel文件格式并读取其数据.本程序只读取最基本的信息,若需应用还需更完整的分析-C++ to read Excel file data directly to a variety of reasons, and sometimes need to read Excel file data directly. Independent of MS Office systems,
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-24
    • 文件大小:27198
    • 提供者:349
  1. 5

    0下载:
  2. 1.C或 C++; 2.从终端读入字符集大小n,以及n个字符和n个权值,建立哈夫曼树并将它存于文件hfmTree中.将已在内存中的哈夫曼树以直观的方式(比如树)显示在终端上; 3.利用已经建好的哈夫曼树(如不在内存,则从文件htmTree中读入),对文件ToBeTran中的正文进行编码,然后将结果存入文件CodeFile中,并输出结果,将文件CodeFile以紧凑格式先是在终端上,每行50个代码。同时将此字符形式的编码文件写入文件CodePrint中。 4.利用已建好的哈夫曼树将文件
  3. 所属分类:CSharp

    • 发布日期:2017-04-13
    • 文件大小:2252
    • 提供者:cyahafa
  1. test

    0下载:
  2. 实现knn算法,机器学习的分类算法。用c++实现,读的文件类型是waka的文件,请大家指正-Achieve knn algorithm, machine learning classification algorithm. Using c++ implementation, read the file type is waka documents, please correct me
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-05
    • 文件大小:371949
    • 提供者:mike
  1. fileread

    0下载:
  2. file read and write program in C. Lets you access file from C program
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-05
    • 文件大小:2125
    • 提供者:kk
  1. Program

    0下载:
  2. 地道战 data文件读取 分析源码,为C# 源码,CS程序-Analysis of tunnel warfare source data file read
  3. 所属分类:CSharp

    • 发布日期:2017-04-13
    • 文件大小:2134
    • 提供者:CiCi
  1. fat16

    0下载:
  2. 嵌入式FAT16文件系统C代码免费下载 该文件系统是由本人个人开发的,全部代码在VC下编写,测试。VC下测试基于虚拟磁盘驱动(在Flash_management.c)实现对磁盘的读写。实现的文件系统兼容FAT16/FAT32文件系统格式,兼容长文件名,兼容GB2312/UNICODE汉字编码,并且实现了对子目录的支持,实现了文件的读取,写入,创建,删除等文件系统的常用功能。另个,代码都使用C编写,可以移植到单片机上运行。 (FAT16代码是免费代码,用户可直接使用。 本代
  3. 所属分类:SCM

    • 发布日期:2017-03-29
    • 文件大小:453738
    • 提供者:6756
  1. file

    0下载:
  2. c语言程序,用于读取文件,并且显示读取的该文件-c language program used to read the file, and displays the document to read
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:3793
    • 提供者:hzhdhz
  1. FAT16

    0下载:
  2. 嵌入式FAT文件系统免费源码下载 该文件系统是由本人个人开发的,全部代码在VC下编写,测试。VC下测试基于虚拟磁盘驱动(在Flash_management.c)实现对磁盘的读写。实现的文件系统兼容FAT16/FAT32文件系统格式,兼容长文件名,兼容GB2312/UNICODE汉字编码,并且实现了对子目录的支持,实现了文件的读取,写入,创建,删除等文件系统的常用功能。另个,代码都使用C编写,可以移植到单片机上运行。 (FAT16是免费代码,用户可直接使用。 本代码有FAT
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-03-29
    • 文件大小:683232
    • 提供者:6756
  1. pattern3

    0下载:
  2. 模式识别中的K次平均算法实现。 C语言编写,读入文件中的特征值,对其进行分类-Pattern recognition algorithm K times the average. C language, read the file in the characteristic values of its classification
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-05
    • 文件大小:1747
    • 提供者:yan
  1. program

    0下载:
  2. 实现c语言的词法分析器,用文件读取,要求能识别整数、自定义标识符及以下关键字: + - * / < <= == != > >= & && || = ( ) [ ] { } : , void int float char if else while do ! main -Achieve c language lexical analyzer, using file read, the request can identify integers, custom id
  3. 所属分类:Document

    • 发布日期:2017-03-31
    • 文件大小:2140
    • 提供者:孔秀平
  1. Filelist

    0下载:
  2. Symbian Carbide C++环境下文件操作(文件读取、文件列表)-Symbian Carbide C++ environment file operations (file read, file list)
  3. 所属分类:Symbian

    • 发布日期:2017-03-29
    • 文件大小:100036
    • 提供者:张乐
  1. LineDispatch

    0下载:
  2. 装配线调度问题,用C++实现,并使用文件读入测试数据-Assembly line scheduling problem, using C++ implementation, and use the file read test data
  3. 所属分类:Other windows programs

    • 发布日期:2016-10-20
    • 文件大小:344617
    • 提供者:cjj
  1. C-readshape

    0下载:
  2. C读取矢量地图shape格式文件 C读取矢量地图shape格式文件-C reads vector map shape vector map format C read shape file format
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:562974
    • 提供者:yanshuchong
  1. dbf

    0下载:
  2. c语言写的,可以读写dbf文件的程序。 -c language to write the read and write dbf file.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:30155
    • 提供者:hb
  1. _XLS_C

    0下载:
  2. 用C对excel进行操作。 可以实现对文件的读写,没有VBA 方便-Operate with a C on the excel. Can be achieved on the file read and write, not VBA to facilitate
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-08
    • 文件大小:233694
    • 提供者:shi
  1. fileProgramming

    0下载:
  2. 文件操作,包括文件的读取,写入,使用C的方法C++的方法以及VC的方法。-File operations, including file read, write, use C, C++ method of approach and the VC approach.
  3. 所属分类:File Operate

    • 发布日期:2017-05-08
    • 文件大小:1961740
    • 提供者:林水石
  1. Caesar

    0下载:
  2. 用C++6.0写得一个加解密算法,非常简单,但是对于初学者来说,是一个很经典的算法问题,尤其是对文件读取操作很有益-Written using C++6.0 of a decryption algorithm, is very simple, but for beginners, is a classical algorithm, in particular the file read operation is very useful
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-31
    • 文件大小:954
    • 提供者:RainFly
  1. MapXView

    0下载:
  2. 在visual c++6.0下实现mapx的二次开发,实习文件读取、图层控制、查询、鹰眼等基本功能。-In visual c++6.0 to achieve mapx secondary development, internships file read, layer control, query, Eagle Eye and other basic functions.
  3. 所属分类:GIS program

    • 发布日期:2017-04-05
    • 文件大小:338207
    • 提供者:LJ
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 50 »
搜珍网 www.dssz.com